home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / src / gdb-4.12 / mmalloc / config / mh-sysv4 < prev   
Encoding:
Text File  |  1994-02-03  |  193 b   |  9 lines

  1. # SVR4 has mmap(), so compile according.
  2. HDEFINES = -DHAVE_MMAP
  3.  
  4. # SVR4 does not have or need ranlib.
  5. RANLIB=echo >/dev/null
  6.  
  7. # Use BSD compatible install program
  8. INSTALL = /usr/ucb/install -c
  9.